home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / debhelper / autoscripts / postinst-pycompile < prev    next >
Encoding:
Text File  |  2012-05-04  |  75 b   |  4 lines

  1. if which pycompile >/dev/null 2>&1; then
  2.     pycompile -p #PACKAGE# #ARGS#
  3. fi
  4.